ListBox.CellItalic Function

Used to add or remove the italic style from the text of the specified cell. Assign True to add the italic style and False to remove the italic style.

Syntax

result = ListBox.CellItalic( RowNumber, ColumnNumber )

Parameters

RowNumber

Integer

ColumnNumber

Integer

Return Value

Result

Boolean